Query Audit Logs

Request
Request Body schema: application/json
descending
boolean
sortBy
string
pageSize
number <double>
page
number <double>
toDate
string <date-time>
fromDate
string <date-time>
string or Array of strings
action
string
entityName
string
entityType
string
id
string
orgId
required
string
Responses
200

Ok

post/audit/logs
Request samples
application/json
{
  • "descending": true,
  • "sortBy": "string",
  • "pageSize": 0,
  • "page": 0,
  • "toDate": "2019-08-24T14:15:22Z",
  • "fromDate": "2019-08-24T14:15:22Z",
  • "user": "string",
  • "action": "string",
  • "entityName": "string",
  • "entityType": "string",
  • "id": "string",
  • "orgId": "string"
}
Response samples
application/json
{
  • "totalItemsCount": 0,
  • "items": [
    ],
  • "totalPagesCount": 0,
  • "hasNextPage": true
}